home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
filesyst
/
dosfs
/
dmsdosfs.000
/
dmsdosfs
/
dmsdosfs-0.6.9b
/
config.in.dpat_1.3
< prev
next >
Wrap
Text File
|
1996-06-29
|
612b
|
13 lines
find comment 'Filesystems'
find tristate 'umsdos: Unix like fs on top of std MSDOS FAT fs' CONFIG_UMSDOS_FS n
next
insert if [ "$CONFIG_MSDOS_FS" = "y" ] ; then
insert bool 'dmsdos: DoubleSpace and DriveSpace support' CONFIG_DMSDOS_FS n
insert if [ "$CONFIG_DMSDOS_FS" = "y" -a "$CONFIG_UMSDOS_FS" = "y" ]; then
insert bool ' DoubleSpace/DriveSpace support in umsdos partitions' CONFIG_UMSDOS_UPON_DMSDOS n
insert if [ "$CONFIG_UMSDOS_UPON_DMSDOS" = "y" ]; then
insert bool ' Support for root fs on compressed partitions' CONFIG_DMSDOS_UMSDOS_BOOT n
insert fi
insert fi
insert fi